home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / CPLUSTUT.LZH / CPTUT24.EXE / TUTOR.BAT < prev    next >
DOS Batch File  |  1992-09-30  |  805b  |  31 lines

  1. echo off
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO.
  6. ECHO.
  7. echo            This tutorial may be freely distributed with the Personal
  8. echo                           version of Contact Plus.
  9. ECHO.
  10. echo              Any difficulty in viewing this tutorial does not reflect
  11. echo                           problems with CONTACT PLUS.
  12. ECHO.
  13. echo                 Difficulties can be encountered due to memory
  14. ECHO                  resident programs, floppy disk failure, or
  15. ECHO                            system incompatibility.
  16. echo.
  17. echo                    A color monitor is highly recommended
  18. echo                             to view this demo.
  19. ECHO.
  20. echo                        Thank you for your attention.
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. ECHO Press CTRL-C to abort now or
  27. PAUSE
  28. PRORUN t24main
  29. CLS
  30.  
  31.